home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guru Press Kit
/
The Guru Press Kit.iso
/
pc
/
theguru.dxr
/
00024_exittimed.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-17
|
214 b
|
16 lines
property ms
on beginSprite me
ms = the milliSeconds
end
on exitFrame me
secs = (the milliSeconds - ms) / 1000
if secs > 4 then
ms = the milliSeconds
secs = 0
quit()
end if
go(the frame)
end